home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / adult_ed / prime / prime.doc < prev    next >
Text File  |  1995-05-02  |  2KB  |  74 lines

  1.  
  2.                          Prime ver. 1.01
  3.                            April 1990
  4.  
  5. What does Prime do?
  6.  
  7.      - finds prime numbers within any range from 1 to 10 Trillion.
  8.  
  9.      - prime factors any number from 1 to 10 Trillion.
  10.  
  11.      - factors any number from 1 to 10 Trillion.
  12.  
  13.      - finds the Greatest Common Factor (GCF) of up to 10  numbers 
  14.        from 1 to 10 Trillion.
  15.  
  16.      - finds the Least Common Multiple (LCM) of up to 10 numbers
  17.        from 1 to 10 Trillion.
  18.  
  19. In short Prime does things that can be done on a calculator but
  20.        not with out a lot of button pushing.
  21.  
  22. Menu options 
  23.  
  24.        Desk - Prime is written and compiled in GFA BASIC 3.0
  25.  
  26.        Find - Enter any range, but the higher the numbers the
  27.               longer it will take.  (1-2000 in under 2 seconds)
  28.               To interrupt press Control, Shift, Alternate.
  29.  
  30.        Playback - Plays back found or loaded primes.
  31.  
  32.        Print - Prints primes.
  33.  
  34.        Load - Loads primes from disk.
  35.  
  36.        Save - If saved with .PRI file will be shown in the 
  37.                fileselector box.
  38.  
  39.               New file - Saves primes to a new file or 
  40.                          over writes an old one.
  41.  
  42.               Old file - Adds primes to the end of an existing
  43.                          file.  A large list of primes can be 
  44.                          made this way even with limited memory.
  45.                    
  46.        Prime factor - Breaks a number down to it's prime factors.
  47.                       100 = 2 X 2 X 5 X 5
  48.                       13 = 13 X 1  
  49.  
  50.        Factor - Finds the factors of a number.
  51.                 100 = 1 X 100, 2 X 50, 4 X 25, 5 X 20, 10 X 10
  52.                 13 = 1 X 13
  53.  
  54.        GCF - Enter up to 10 numbers.  Finds GCF.
  55.              27, 90, 9 = 9
  56.              453, 982, 4545 = 1
  57.  
  58.        LCM - Enter up to 10 numbers.  Finds LCM.
  59.              45, 9, 5 = 45
  60.              63, 70, 90 = 630
  61.  
  62.        Quit - Return to Desk Top.
  63.  
  64. I ran Prime on the prototype TT at the World of Atari, April 1990.
  65. The TT was 2.75 to 3.5+ times faster than the ST, depending on the range.    
  66.  
  67.        Written by Charles Harvey      Send any small ($10-$15)
  68.                   1033 Notre Dame     donations to the same.
  69.                   Upland CA. 91786
  70.  
  71.  
  72. 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, ...
  73.  
  74.